home *** CD-ROM | disk | FTP | other *** search
/ The Sunday Times: The Month 2004 August / The Sunday Times - The Month 2004-08.iso / pc / engine / modules / text_audio.swf / scripts / DefineButton2_18 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-06-24  |  65 b   |  5 lines

  1. on(press){
  2.    _parent.snd.stop();
  3.    _parent.snd.start(0);
  4. }
  5.